home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1997 August
/
Designer's Club 1997 August.iso
/
mac
/
Idea Source
/
Alarm.DIR
/
00007.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-16
|
255 b
|
15 lines
on mouseDown
repeat while the mouseDown
set the visible of sprite 3 to 0
updateStage()
end repeat
set the visible of sprite 3 to 1
sound stop 1
sound stop 2
if the frame = 2 then
nothing()
else
go(the frame - 1)
end if
end